object frmMult: TfrmMult Left = 489 Top = 380 AutoScroll = False ClientHeight = 387 ClientWidth = 537 Color = clBtnFace Constraints.MinWidth = 545 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] KeyPreview = True OldCreateOrder = False OnClose = FormClose OnCreate = FormCreate OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object PanelMsg: TInfuPanel Left = 0 Top = 0 Width = 308 Height = 387 Align = alClient BevelOuter = bvNone TabOrder = 0 DesignSize = ( 308 387) object RVE: TRichViewEdit Left = 8 Top = 8 Width = 292 Height = 340 ReadOnly = False OnChange = RVEChange Anchors = [akLeft, akTop, akRight, akBottom] TabOrder = 0 OnKeyDown = RVEKeyDown BackgroundStyle = bsTiled DoInPaletteMode = rvpaCreateCopies RTFReadProperties.TextStyleMode = rvrsAddIfNeeded RTFReadProperties.ParaStyleMode = rvrsAddIfNeeded RVFOptions = [rvfoSavePicturesBody, rvfoSaveControlsBody, rvfoSaveBinary, rvfoSaveTextStyles, rvfoSaveParaStyles, rvfoSaveDocProperties, rvfoLoadDocProperties] OnSpellingCheck = RVESpellingCheck end object PanelCount: TInfuPanel Left = 9 Top = 358 Width = 48 Height = 18 Anchors = [akLeft, akBottom] BevelOuter = bvLowered TabOrder = 3 end object ButtonStartSend: TInfuBitBtn Left = 179 Top = 355 Width = 102 Height = 25 Anchors = [akRight, akBottom] Caption = '_Send' TabOrder = 1 OnClick = ButtonStartSendClick end object ButtonStopSend: TInfuBitBtn Left = 67 Top = 355 Width = 102 Height = 25 Anchors = [akRight, akBottom] Caption = '_Stop' Enabled = False TabOrder = 2 OnClick = ButtonStopSendClick end end object PanelMult: TInfuPanel Left = 308 Top = 0 Width = 229 Height = 387 Align = alRight BevelOuter = bvNone TabOrder = 1 DesignSize = ( 229 387) object LabelSent: TInfuLabel Left = 2 Top = 353 Width = 28 Height = 13 Anchors = [akLeft, akBottom] Caption = '_Sent' end object LabelFailed: TInfuLabel Left = 2 Top = 369 Width = 34 Height = 13 Anchors = [akLeft, akBottom] Caption = '_Failed' end object VST: TVirtualStringTree Left = 1 Top = 25 Width = 221 Height = 299 Anchors = [akLeft, akTop, akRight, akBottom] BevelInner = bvNone BevelKind = bkFlat BorderStyle = bsNone ButtonFillMode = fmWindowColor CheckImageKind = ckXP Header.AutoSizeIndex = 0 Header.Font.Charset = DEFAULT_CHARSET Header.Font.Color = clWindowText Header.Font.Height = -11 Header.Font.Name = 'Tahoma' Header.Font.Style = [] Header.MainColumn = -1 Header.Options = [hoColumnResize, hoDrag] Indent = 14 Margin = 2 SelectionBlendFactor = 20 TabOrder = 1 TextMargin = 2 TreeOptions.AutoOptions = [toAutoDropExpand, toAutoTristateTracking, toAutoDeleteMovedNodes] TreeOptions.MiscOptions = [toCheckSupport, toFullRepaintOnResize, toInitOnSave, toWheelPanning] TreeOptions.PaintOptions = [toHideFocusRect, toHideSelection, toShowBackground, toShowButtons, toShowDropmark, toShowRoot, toThemeAware, toUseBlendedImages] TreeOptions.SelectionOptions = [toFullRowSelect, toRightClickSelect] OnAfterItemPaint = VSTAfterItemPaint OnContextPopup = VSTContextPopup OnGetText = VSTGetText OnPaintText = VSTPaintText OnInitNode = VSTInitNode Columns = <> end object PB1: TInfuProgressBar Left = 1 Top = 331 Width = 221 Height = 16 Anchors = [akRight, akBottom] Max = 0 Smooth = True Step = 1 TabOrder = 2 end object CheckBoxOnline: TInfuCheckBox Left = 2 Top = 6 Width = 223 Height = 17 Caption = '_Online only' TabOrder = 0 OnClick = CheckBoxOnlineClick end end object TimerMultSend: TTimer Enabled = False OnTimer = TimerMultSendTimer Left = 332 Top = 56 end end